[INFO] cloning repository https://github.com/andreasbuhr/hello-rustweek
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andreasbuhr/hello-rustweek" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreasbuhr%2Fhello-rustweek", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreasbuhr%2Fhello-rustweek'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 77459c406df4b02871df2aca65c04a5c806bf578
[INFO] checking andreasbuhr/hello-rustweek against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreasbuhr%2Fhello-rustweek" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/andreasbuhr/hello-rustweek
[INFO] finished tweaking git repo https://github.com/andreasbuhr/hello-rustweek
[INFO] tweaked toml for git repo https://github.com/andreasbuhr/hello-rustweek written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/andreasbuhr/hello-rustweek on toolchain d8be25549d5418405531341b4be6d8538fc3c42e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/andreasbuhr/hello-rustweek already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9655676b21ac4073be63271337eda101ecd39099d79390aee68e9a9671b9570e
[INFO] running `Command { std: "docker" "start" "9655676b21ac4073be63271337eda101ecd39099d79390aee68e9a9671b9570e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9655676b21ac4073be63271337eda101ecd39099d79390aee68e9a9671b9570e" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9655676b21ac4073be63271337eda101ecd39099d79390aee68e9a9671b9570e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9655676b21ac4073be63271337eda101ecd39099d79390aee68e9a9671b9570e" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling esp-metadata-generated v0.4.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling somni-parser v0.2.2
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling heapless v0.9.3
[INFO] [stderr]     Checking embedded-io v0.7.1
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling embassy-sync v0.8.0
[INFO] [stderr]    Compiling embedded-io-async v0.6.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking embedded-io v0.6.1
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking embedded-io-async v0.7.0
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]    Compiling embassy-sync v0.6.2
[INFO] [stderr]    Compiling embassy-time-driver v0.2.2
[INFO] [stderr]    Compiling embassy-sync v0.7.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling somni-expr v0.2.0
[INFO] [stderr]    Compiling esp-rom-sys v0.1.4
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]    Compiling esp-sync v0.2.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking vcell v0.1.3
[INFO] [stderr]    Compiling esp32s3 v0.35.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling embassy-hal-internal v0.4.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking embedded-storage v0.3.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling esp-synopsys-usb-otg v0.4.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking embedded-storage-async v0.4.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking embassy-usb-driver v0.2.1
[INFO] [stderr]     Checking ral-registers v0.1.3
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking usb-device v0.3.2
[INFO] [stderr]     Checking gcd v2.3.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking embassy-futures v0.1.2
[INFO] [stderr]    Compiling defmt-macros v1.1.0
[INFO] [stderr]     Checking embassy-time v0.5.1
[INFO] [stderr]     Checking esp-config v0.7.0
[INFO] [stderr]     Checking fugit v0.3.9
[INFO] [stderr]     Checking embassy-usb-synopsys-otg v0.3.3
[INFO] [stderr]     Checking embedded-can v0.4.1
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling defmt v1.1.0
[INFO] [stderr]     Checking embassy-embedded-hal v0.6.0
[INFO] [stderr]    Compiling embassy-time-queue-utils v0.3.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking ufmt-write v0.1.0
[INFO] [stderr]    Compiling esp-wifi-sys-esp32s3 v0.2.0
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking const-default v1.0.0
[INFO] [stderr]    Compiling xtensa-lx-rt v0.22.0
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]     Checking allocator-api2 v0.3.1
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]     Checking linked_list_allocator v0.10.6
[INFO] [stderr]     Checking embassy-executor-timer-queue v0.1.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling embassy-executor v0.10.0
[INFO] [stderr]     Checking xtensa-lx v0.13.0
[INFO] [stderr]     Checking cordyceps v0.3.4
[INFO] [stderr]    Compiling defmt-rtt v0.4.2
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking micromath v2.1.0
[INFO] [stderr]    Compiling hello-rustweek v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking embassy-net-driver v0.2.0
[INFO] [stderr]     Checking qrcode v0.14.1 (https://github.com/kennytm/qrcode-rust.git?rev=c7780e8549ac4fb3da81fdf7d7f010a27db78c0f#c7780e85)
[INFO] [stdout] error[E0433]: cannot find module or crate `xtensa_lx` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/esp-sync-0.2.1/src/lib.rs:130:18
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 (xtensa_lx::get_processor_id() & 0x2000) as usize
[INFO] [stdout]     |                  ^^^^^^^^^ use of unresolved module or unlinked crate `xtensa_lx`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `xtensa_lx`, use `cargo add xtensa_lx` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `esp-sync` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9655676b21ac4073be63271337eda101ecd39099d79390aee68e9a9671b9570e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9655676b21ac4073be63271337eda101ecd39099d79390aee68e9a9671b9570e", kill_on_drop: false }`
[INFO] [stdout] 9655676b21ac4073be63271337eda101ecd39099d79390aee68e9a9671b9570e
